Welcome![Sign In][Sign Up]
Location:
Search - template matching c code

Search list

[Special Effectstemplate

Description: 图象模板匹配算法源代码,首先要在c盘根目录下保存要处理的图像,格式必须为.bmp-image template matching algorithm source code, the first in the directory c Pangen to preserve the image, format for. bmp
Platform: | Size: 24420 | Author: tonylee | Hits:

[Special EffectsSoft20060210160014636

Description: 图象的检测,模板匹配算法代码,包括detect.c.bmp.rc,bmp.h等-image detection, template matching algorithm code, including detect.c.bmp.rc. bmp.h etc.
Platform: | Size: 5519 | Author: 方正 | Hits:

[Other resourceimagedetection

Description: 图像检测\\模板匹配的Visual C++代码-Image Detection \\ template matching Visual C code
Platform: | Size: 24949 | Author: 潘志刚 | Hits:

[Special Effectspipeimoban

Description: 车辆图像检测,模板匹配算法代码,用c++语言编写。-vehicles Image Detection, template matching algorithm code, using c + + language.
Platform: | Size: 36535 | Author: 薛风光 | Hits:

[GDI-Bitmap图像检测和模板匹配源码2005518144751

Description: 图象的检测,模板匹配算法代码,c语言开发。-image detection and template matching algorithm code, c-language development.
Platform: | Size: 24584 | Author: jia | Hits:

[Graph programsima_1.07

Description: 图象模板匹配算法源代码-image template matching algorithm source code
Platform: | Size: 22528 | Author: 王车车 | Hits:

[GDI-Bitmap图像检测和模板匹配源码2005518144751

Description: 图象的检测,模板匹配算法代码,c语言开发。-image detection and template matching algorithm code, c-language development.
Platform: | Size: 24576 | Author: jia | Hits:

[Special Effectstemplate

Description: 图象模板匹配算法源代码,首先要在c盘根目录下保存要处理的图像,格式必须为.bmp-image template matching algorithm source code, the first in the directory c Pangen to preserve the image, format for. bmp
Platform: | Size: 24576 | Author: tonylee | Hits:

[Special EffectsSoft20060210160014636

Description: 图象的检测,模板匹配算法代码,包括detect.c.bmp.rc,bmp.h等-image detection, template matching algorithm code, including detect.c.bmp.rc. bmp.h etc.
Platform: | Size: 5120 | Author: 方正 | Hits:

[AI-NN-PRimagedetection

Description: 图像检测\模板匹配的Visual C++代码-Image Detection \ template matching Visual C code
Platform: | Size: 24576 | Author: 潘志刚 | Hits:

[Other resource20052151141307

Description: 图象的检测,模板匹配算法代码,VC++程序-image detection, template matching algorithm code, VC Program
Platform: | Size: 23552 | Author: 马克 | Hits:

[2D Graphic200732590147

Description: 本代码主要实现图像类文件的转换已经相应的图像处理,包括图像融合,灰度变换,模板匹配等-The main achievement of the code conversion of image types of documents have a corresponding image processing, including image fusion, gray-scale transformation, template matching, etc.
Platform: | Size: 4004864 | Author: 廖小超 | Hits:

[2D Graphicdigital(lee)-code

Description: image processing with C++ Source Code. this program include template matching, histogram and so on.
Platform: | Size: 40592384 | Author: lee | Hits:

[OS programtemplate_match

Description: Template matching based on OpenCv with cvMatchTemplate function. Source code deverlop with Visual C++ 6.0 in Win32 Console Application.-Template matching based on OpenCv with cvMatchTemplate function. Source code deverlop with Visual C++ 6.0 in Win32 Console Application.
Platform: | Size: 18432 | Author: Sun | Hits:

[Special Effects02

Description: 图形图像模板匹配的代码,可直接编译使用,基于c++的源码-Graphic image template matching code can be directly compiled using c++ based source code
Platform: | Size: 5839872 | Author: pupu | Hits:

[Graph programimage.template.matching.C

Description: C 图象的检测模板匹配编程代码Detection of image template matching C programming code -Detection of image template matching C programming code
Platform: | Size: 5120 | Author: ss | Hits:

[OpenCVImageComparison

Description: This a simple application developed in C# and uses the Emgu CV library. Emgu CV lib is a wrapper around OpenCV than enables .NET languages to use the OpenCV lib. The algorithm showcased in the source code is about template matching and object recognition, a master image is provided to the app and a suite of small pics should be provided also, the app will try to find these small pics in the master picture.-This is a simple application developed in C# and uses the Emgu CV library. Emgu CV lib is a wrapper around OpenCV than enables .NET languages to use the OpenCV lib. The algorithm showcased in the source code is about template matching and object recognition, a master image is provided to the app and a suite of small pics should be provided also, the app will try to find these small pics in the master picture.
Platform: | Size: 68608 | Author: Waleed | Hits:

[Special EffectsMYGUI

Description: 第一章作业: 用C语言或者VC,VB,Matlab或其他语言完 成如下实验: 1)打开一个BMP文件 2)将其局部区域的灰度值进行改变 3)另存为一个新的BMP文件 要求显示出原BMP图像和新BMP图像。 1。打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑。 2。打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 第五章作业 编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。 在图像中生成一个矩形,然后用模板匹配法找出矩形位置。使用SSDA或改进SSDA法。 第五章作业 编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。 -Chapter operations: in C or VC, VB, Matlab or other languages ​ ​ to complete the following experiment: 1) open a BMP file 2) the gray value of its local area to change 3) Save as a new requirements display BMP files the original BMP image and the new BMP image. 1. Open an image, add salt and pepper, Gaussian noise, and then use the neighborhood average, median filtering, K adjacent average smoothing. 2. Open the image using the Roberts gradient, Sobel operator and Laplacian sharpening, and compare the results. Chapter operations to write a program, the input image Huffman, display the original image entropy encoded average code word length, and be able to reconstruct the image according to encoding. Generate a rectangle in the image, then use template matching to identify position of the rectangle. Or improved using the SSDA SSDA method. Chapter operations to write a program, the input image Huffman, display the original image entropy encoded average code word length, and be
Platform: | Size: 6144 | Author: 杨智雄 | Hits:

[matlabFastMatchTemplate

Description: Fast template matching code with c-Fast template matching code with c++
Platform: | Size: 19456 | Author: Lakmal | Hits:

[CSharplicense-distinguish

Description: 完整的经测试成功的c#实现车牌识别系统,基于模板匹配,内含源代码,测试图片、模板以及完整实验报告-Tested successfully complete the c# Realize the license plate recognition system, based on template matching, including source code, test images, templates, and complete test report
Platform: | Size: 1744896 | Author: 张安 | Hits:
« 12 »

CodeBus www.codebus.net